home *** CD-ROM | disk | FTP | other *** search
/ HP Idea Kits: Let's Celebrate / PHOTODLX.ISO / extras / diamar / photo.dxr / 00022_style 033.ls < prev    next >
Encoding:
Text File  |  1996-04-22  |  283 b   |  16 lines

  1. on initStyle033
  2.   paletteSwap()
  3.   set the mouseDownScript to EMPTY
  4.   set the mouseUpScript to "Style033MouseUp"
  5.   cursor(-1)
  6. end
  7.  
  8. on Style033MouseUp
  9.   cursor(4)
  10.   set the mouseUpScript to EMPTY
  11.   go(the frame + 1)
  12.   when mouseUp then go frame "DONE"
  13.   updateStage()
  14.   cursor(-1)
  15. end
  16.